home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00106_StartMovie.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  472 b   |  19 lines

  1. global no_cat, autoflg, framecnt, soundflg, max
  2.  
  3. on startMovie
  4.   puppetTempo(120)
  5.   set the timeoutLength to 2 * 60
  6.   set autoflg to 0
  7.   set framecnt to 1
  8.   set max to 25
  9.   set no_cat to ["5", "9", "5", "9", "13", "17", "21", "25", "29", "33", "37", "41", "45", "49", "53", "57", "61", "65", "69", "13", "73", "77", "17", "81", "85"]
  10.   if the colorDepth <= 8 then
  11.     go("S08")
  12.   else
  13.     go("S16")
  14.   end if
  15.   if soundflg = 1 then
  16.     puppetSound("SOFI.AIF")
  17.   end if
  18. end
  19.